projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c6679
)
Fix last change to use bound-and-true-p.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 13 Jan 2009 14:55:57 +0000
(14:55 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 13 Jan 2009 14:55:57 +0000
(14:55 +0000)
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index 28ad437f15d220d17786ebdcbd2e9cdfc181ce0f..a83200d8982835a0e27194c51a7d889bd6bf0abc 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-184,7
+184,7
@@
when editing big diffs)."
:help "Convert unified diffs to context diffs"]
;;["Fixup Headers" diff-fixup-modifs (not buffer-read-only)]
["Show trailing whitespace" whitespace-mode
- :style toggle :selected (
and (boundp 'whitespace-mode)
whitespace-mode)
+ :style toggle :selected (
bound-and-true-p
whitespace-mode)
:help "Show trailing whitespace in modified lines"]
"-----"
["Split hunk" diff-split-hunk